home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / term / vlt5877p.lha / Readme next >
Text File  |  1994-05-09  |  2KB  |  69 lines

  1.  
  2.               VLT/VLTjr 5.867 - VLT/VLTjr 5.877 patches
  3.               =========================================
  4.  
  5.  
  6. Bugs in version 5.867
  7. ---------------------
  8.  
  9. When VLT and VLTjr version 5.867 came out, they unfortunately contained a
  10. few bugs:
  11.  
  12. - Under certain circumstances, VLT would get confused about whether it
  13.   was running with CTS/RTS flow control enabled or not. It could then
  14.   report "missing DSR" errors, it could cause the serial device to be
  15.   closed briefly after file transfers, or it might not be able to perform
  16.   file transfers at all. These things would be mostly noticable when
  17.   running with 3-wire cables, when not using CTS/RTS flow control, and
  18.   when using modem setups that drop carrier when DTR is lost briefly,
  19.   or serial devices that close connections upon CloseDevice.
  20.  
  21. - Opening the serial device in SHARED mode was broken in 5.867.
  22.  
  23. - There was a small window of opportunity that serial settings would not
  24.   be reset properly after an XPR protocol transfer at speeds higher than
  25.   57.6 kbps.
  26.  
  27. - On the Workbench, the positioning of screen function gadgets was slightly
  28.   messed up.
  29.  
  30. - After changing the screen font while the screen was locked because another
  31.   window was opened on it, funky behavior could occur.
  32.  
  33. These problems should all be fixed with these patches.
  34.  
  35.  
  36. Patch procedure
  37. ---------------
  38.  
  39. 1. Unpack the archive (if you haven't done so yet) to a place of your
  40.    choosing.
  41.  
  42. 2. CD to that directory, and copy your copy of the VLT or VLTjr executable 
  43.    (just the executable) to the same directory.
  44.  
  45. 3. If you have VLT, issue the command:
  46.  
  47.        spatch -oVLTnew -pVLT.pch VLT
  48.        delete VLT
  49.        rename VLTnew VLT
  50.  
  51.    If you have VLTjr, issue the commands:
  52.  
  53.        spatch -oVLTjrnew -pVLTjr.pch VLTjr
  54.        delete VLTjr
  55.        rename VLTjrnew VLTjr
  56.  
  57.    (The "spatch" utility is provided courtesy of the SAS Institute (VLT is
  58.    compiled using SAS/C 6.51). It is freely distributable.)
  59.  
  60. 4. Now copy the new VLT or VLTjr executable back to the place where you
  61.    had them before.
  62.  
  63. 5. Run the new copy of VLT, and check in the "About" requester that the
  64.    version is now 5.877.
  65.  
  66. Happy patching, and sorry about the bugs!
  67.  
  68.        Willy Langeveld, 10 May 1994
  69.